SG RegExp | |
IgnoreCase Property |
Overview | Methods | Properties | Pattern Syntax |
Returns or sets case sensitivity. If True the regular expression is compiled so that differences in case are ignored when matching.
object.IgnoreCase
The object is always RegExp.
Set this property before you call Match method.